home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 5 / MacAddict_005_1997_01.iso / Demos / OceanLife™ Volume 5 / FILE.Dxr / 00663.ls < prev    next >
Encoding:
Text File  |  1996-09-23  |  178 b   |  9 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     puppetSprite(5, 1)
  4.     set the locV of sprite 5 to the locV of sprite 5 - 2
  5.     updateStage()
  6.     checktocscreen()
  7.   end repeat
  8. end
  9.